home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT4.4 < prev    next >
Text File  |  1988-06-01  |  6KB  |  158 lines

  1.  
  2.  
  3.            ══════════════════════════════════════════════════════════════
  4.                     PRICE/COST  AND  LIMITS  for  RESOURCES
  5.            ══════════════════════════════════════════════════════════════
  6.  
  7.                                                                PRICE/COST
  8.  
  9.                  The  PRICE  data  statement is  intended  for  resources 
  10.                  bought or sold outside the scope of the PLAN.
  11.  
  12.                        PRICES #nnnn = value, #nnnn = value
  13.                      .........#nnnn = value;
  14.  
  15.                                    nnnn = resource numbers (1-9999)
  16.                                   value = unit price or cost
  17.  
  18.                        PRICES,VALUES  are  synonymous  and  can  be  used 
  19.                        interchangeably.(see. UTILITY)
  20.  
  21.                        COSTS,EXPENSES  are synonymous and can be used  to 
  22.                        replace  PRICE if the values are  negative.
  23.  
  24. ...more information on next view
  25.  
  26.  
  27.                                                                LIMITS
  28.  
  29.                  The   planner   specifies   product   demand,   material 
  30.                  availability,   time   availability  for  processes  and 
  31.                  inventory status through the LIMITS data statements.
  32.  
  33.  
  34.                  LIMITS #nnnn = value1:value2,#nnnn = value1:value2
  35.                         ......................#nnnn = value1:value2;
  36.  
  37.                                     nnnn = resource numbers (1-9999)
  38.                                   value1 = low limit
  39.                                   value2 = upper limit
  40.  
  41.                        LIMITS,RANGE,BOUNDS are synonymous and can be used 
  42.                        interchangeably.(see. UTILITY)
  43.  
  44.  
  45.  
  46. ...more information on next view
  47.  
  48.  
  49.                                                                FIXED
  50.  
  51.                  Both  lower  and upper limits may be the same value  for 
  52.                  certain  resources.   The planner may want a very  tight 
  53.                  control on production.   The FIXED data statement may be 
  54.                  used.
  55.  
  56.                        FIXED #nnnn = value, #nnnn = value
  57.                                    .........#nnnn = value;
  58.  
  59.                                    nnnn = resource numbers (1-9999)
  60.                                   value = both low and upper limit
  61.  
  62.                        FIXED,HOLD,SET  are  synonymous and  can  be  used 
  63.                        interchangeably.(see. UTILITY)
  64.  
  65.  
  66.  
  67.  
  68. ...more information on next view
  69.  
  70.                                                                L.L.
  71.                                                                U.L.
  72.  
  73.                  The lower and upper limits can be entered separately using 
  74.                  the L.L. or the U.L. data statements respectively.
  75.  
  76.                        L.L. #nnnn = value, #nnnn = value
  77.                                   .........#nnnn = value;
  78.                        U.L. #nnnn = value, #nnnn = value
  79.                                   .........#nnnn = value;
  80.  
  81.                                    nnnn = resource numbers (1-9999)
  82.                                   value = low or upper limit
  83.  
  84.                        L.L.,LOW,MIN,MINIMUM  are  synonymous and  can  be 
  85.                        used interchangeably.(see. UTILITY)
  86.  
  87.                        U.L.,UPPER,MAX,MAXIMUM  are synonymous and can  be 
  88.                        used interchangeably.(see. UTILITY)
  89.  
  90. ...more information on next view
  91.  
  92.  
  93.  
  94.                  Resources  PRICES,  LIMITS (FIXED,L.L or U.L.) and  name 
  95.                  identifications  can  be combined together in  the  same 
  96.                  data   statements.    Their   corresponding   order   is 
  97.                  immaterial.
  98.  
  99.  
  100.  
  101.                  PRICES/LIMITS #nnnn /name identification=value
  102.                                #nnnn =name identification/value
  103.                                #nnnn =value/name identification
  104.                                #nnnn /value=name identification;
  105.  
  106.                                    nnnn = resource numbers (1-9999)
  107.                                    name identification (30-characters)
  108.                                   value = low or upper limit
  109.  
  110.  
  111.  
  112. ...more information on next view
  113.  
  114.  
  115.          ══════════════════════════════════════════════════════════════
  116.                   PRICE/COST and LIMITS -  S U M M A R Y
  117.          ══════════════════════════════════════════════════════════════
  118.  
  119.               A  typical RESOURCE,PRICES and LIMITS data statement are 
  120.               as follows:
  121.                  '......................................................
  122.                  '   production:   from plant #2
  123.                  '   refined products demand per month
  124.                  '......................................................
  125.  
  126.                      RESOURCE #710=m10 total production
  127.                      RESOURCE #730=m30 total production
  128.                      RESOURCE #760=m60 total production
  129.                  
  130.                  '.......assign product prices..........................
  131.                   
  132.                      PRICES #710 = 16.0,   #730 = 15.0,   #760 = 14.0;
  133.                  
  134. ...more information on next view
  135.  
  136.  
  137.                  '.......assign limits monthly demand....................
  138.  
  139.                      LIMITS   #710 = 20.0 : 35.0
  140.  
  141.                               #730 = 20.0 : 35.0
  142.  
  143.                               #760 = 10.0 : 30.0;
  144.                  
  145.                  '.......................................................
  146.                  '      Or maybe as follows: 
  147.                  '.......................................................
  148.  
  149.                      MINIMUM  #710 = 20.0, #730 = 20.0, #760 = 10.0;
  150.  
  151.                      MAXIMUM  #710 = 35.0, #730 = 35.0, #760 = 30.0;
  152.  
  153.  
  154.  
  155.  
  156. ...try other screens
  157.  
  158.